home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 33
/
PCGamer33_OddworldAbesExoddus_CD2.iso
/
Desafios
/
Driver Editor
/
Can you take it.umt
next >
Wrap
Text File
|
1999-09-24
|
1KB
|
71 lines
// Driver Mission Script v0.1a
// (c)1998 Reflections Software
##########################################################
# Draft mission script for Getaway, Miami #
# By Tony M Roberts #
##########################################################
//************** INITIALISATION *****************
// Make sure player cant move during startup...
StopPlayer
LoadMap "Miami_01.lev"
EventScript "Miami_19.des"
DAMAGEBAR "Bill"
FELONYBAR "Cops"
SetMaximumCops 15
Cops_off
Cop_Respawn 4000
PLAYERCARTYPE 4
SMASHEDMESSAGE "You did not make it, did you ?"
FAILEDMESSAGE "You've been smashed"
EnablePlayerDamage
MAXPLAYERDAMAGE 88000 //( 0 -> 4096*6 is range )
SpawnCops 1, 1035, -3979, 415142
SetPlayerPosition -255,418712 //Bal Harbour
SetPlayerYRotation 2091
TriggerEvent 1
ReleasePlayer
INFORMPLAYER 5,"Try.. To get to the target asap"
ForceFelonyRating 5
wait 1
cops_on
wait 1
SetTarget 1,3136,145015,-379730 //Off Map
EnableTarget 1
SET OBJECTIVE 2
MustBeHidden 1 //Must arrive at drop off point without a tail
NeedToLoseTail 1
OuterRadius 1000000
DisableTargetPulse 0
DisableTargetTracer 0
DisableTargetArrow 0
wait 5
DisableTailMessage 0 //Switch off Lose Tail Message
DAMAGESCALE 100
USEBADGUYMODEL 0
COPS_SPEEDSCALE 5168
COPS_POWERSCALE 4134
WaitForObjectiveComplete
Cops_off
INFORMPLAYER 5,"You made it !"
StopTimer
Wait 2
MissionEnd